
.sy-banner img{
	min-height: 100%;
	width: 100%;
}
.sy-banner .swiper-container{
    height: 100%;
    width: 100%;
}
.line2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
}
.img-hover {
    overflow: hidden;
}
.img-hover img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}
.img-hover:hover img {
    transform: scale(1.08);
}
.wrapper{
    width: 1720px;
    margin: auto;
}
.wrapper2{
    width: 1600px;
    margin: auto;
}
.wrapper3{
    width: 1448px;
    margin: auto;
}
.phone{
    display: none;
}
.header .san {
    margin-top: 23px;
    box-sizing: border-box;
    cursor: pointer;
    width: 36px;
    height: 24px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header .san span {
    width: 100%;
    position: absolute;
    height: 3px;
    background: #ffffff;
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header .san span:nth-child(1) {
    top: 0;
}
.header .san span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
.header .san span:nth-child(3) {
    bottom: 0;
}
.header .san.cur span:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .san.cur span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header .san.cur span:nth-child(3) {
    display: none;
}
.header {
    width: 100%;
    height: 96px;
    line-height: 96px;
    position: relative;
    z-index: 12;
}

.sy-banner .header {
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
}
.header-left2,.search2{display: none;}
.header.navbgc{background: #fff;position: fixed;}
.header.navbgc .header-nav>ul>li>a{color: #000;}
.header.navbgc .header-left{display: none;}
.header.navbgc .header-left2{display: block;}
.header.navbgc .header-right .language a{color: #000}
.header.navbgc .header-right .search{display: none;}
.header.navbgc .header-right .search2{display: block;cursor: pointer;margin-left: 20px;}
.header.navbgc .header-right .language a:hover{color: #324d7f}


.header.sy-head{
    position: fixed;
    top: 0;
    left: 0;
    background: #1b2f4e;
}
.header-nav {
    position: absolute;
    left: 50%;
    margin-left:-374px;
}
.header-nav>ul>li{
    float: left;
    padding: 0 30px;
    position: relative;
}
.header-nav>ul>li>a {
    display: block;
    line-height: 96px;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.header.navbgc .header-nav>ul>li.cur>a{color: #324d7f}
.header-right .language a:hover{color: #324d7f}
.header.navbgc .header-nav>ul>li>a:hover{color: #324d7f}
/*.header-nav>ul>li>a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ffffff;
    bottom: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.header-nav>ul>li:hover>a:after,.header-nav>ul>li.cur>a:after{
    transform: scale(1);
    -webkit-transform: scale(1);
}*/
.header-right .language{
    color: #d8d8d8;
    margin-left: 10px;
}
.header-right .language a{
    font-size: 14px;
    color: #ffffff;
    padding: 0 6px;
}

.header-right .search{
    /*margin-right: 20px;*/
   margin-left: 20px;
    cursor: pointer;
}
.header-right{
    position: relative;
}
.header-right .list{
    position: absolute;
    top: 100%;
    left: 0;
    width: 290px;
    display: none;
}
.header-right .list.show{
    display: block;
}
.header-right .list input {
    height: 45px;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
    background: #fff;
    width: 260px;
    color: #000;
}
.header-right .list button {
    border: 0;
    height: 45px;
    width: 30px;
    background: #fff url(../images/fan.png) no-repeat center center;
    padding: 0 5px;
    cursor: pointer;
}
.sy-arrbox {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -28px;
}
.sy-arrbox .wrapper2{
    position: relative;
}
.sy-arrbox .swiper-button-next, .sy-arrbox .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.sy-arrbox .swiper-button-next{
    background: rgba(255,255,255,0.3) url("../images/sy-arrr.png")no-repeat center center;
 }
.sy-arrbox .swiper-button-prev{
      background: rgba(255,255,255,0.3) url("../images/sy-arrl.png")no-repeat center center;
  }
.sy-arrbox .swiper-button-next:hover{
    background: rgba(255,255,255,0.5) url("../images/sy-arrr.png")no-repeat center center;
}
.sy-arrbox .swiper-button-prev:hover{
    background: rgba(255,255,255,0.5) url("../images/sy-arrl.png")no-repeat center center;
}
.sy-banner{
    height: 100%;
    position: relative;
}
.sy-banner .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: transparent;
    opacity: .5;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    margin: 0 7px;
}
.sy-banner .swiper-pagination-bullet-active{
    background: #ffffff;
    opacity: 1;
}
.sy-container01{
    
    background: url("../images/sy-probg.png")no-repeat top  right;
}
.sy-container01 .top-show .left-tit{
    width: 35%;
    float: left;
}
.sy-container01 .top-show .right-cp {
    width: 65%;
    float: left;
    padding-top: 68px
}
.sy-container01 .left-tu{
    overflow: hidden;
    width: 35%;
}
.sy-container01 .left-tu img{
    transition: all .5s;
    transform: scale(0.9);
}
.sy-container01 .right-detail{

}
.sy-container01 .right-detail h3 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 20px;
    padding-top: 15px;
}

.sy-container01 .right-detail p {
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sy-container01 .right-detail p.tit {
    font-size: 20px;
    color: #333333;
   /* font-weight: bold;*/
}
.sy-container01 .top-show .right-detail{
    padding-top: 90px;
    width: 65%;
}
.sy-container01 .pro-more {
    border: 1px solid #cacaca;
    width: 114px;
    height: 36px;
    font-size: 14px;
    color: #999999;
    border-radius: 18px;
    text-align: center;
    line-height: 34px;
    box-sizing: border-box;
    margin-top: 50px;
    transition: all .5s;
    -webkit-transition: all .5s;
}.sy-container01 .pro-more span{
     margin-left: 16px;
 }
.sy-container01 .right-cp:hover{
    color: #212877;
}
.sy-container01 .right-cp:hover .pro-more{
    color: #ffffff;
    background: #212877;
    border: 1px solid #212877;
}
.sy-container01 .right-cp:hover .left-tu img{
    transform: scale(1);
}
.sy-container01 .swiper-slide>a:hover .left-tu img{
    transform: scale(1.02);
}
.sy-container01 .swiper-slide .list-more {
    width: 32px;
    height: 32px;
    margin-top: 30px;
    background: url("../images/pro-arrr.png")no-repeat center center;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.sy-container01 .swiper-slide>a:hover .list-more{
    background: url("../images/pro-arrr2.png")no-repeat center center;
}
/*.product-lists{
    margin-top: 60px;
}*/
.product-lists .swiper-slide{
    /*width: 33%;
    float: left;*/
    background: #ffffff;
    padding: 40px 10px;
    box-sizing: border-box;
}
/*.product-lists ul li:nth-of-type(2n){
    background: #f5f5f5;
}*/
.product-lists .left-tu{
    width: 35%;
}
.product-lists .right-detail {
    width: 65%;
    padding-left: 10px;
    box-sizing: border-box;
}
.sy-container02 {
    width: 100%;
    position: relative;
}
.sy-container02 img{ width: 100%; }
.sy-container02 .wz-box2 {
    position: absolute;
    width:80%;
    left:10%;
    max-height: 100%;
    top: 12%;
    box-sizing: border-box;
}
.sy-container02 .wz-box .wz-size{
    width: 100%;
}
.sy-container02 .wz-box h4 {
    font-size: 48px;
    line-height: 68px;
    color: #ffffff;
    margin-bottom: 40px;
}
.sy-container02 .wz-box2 p {
font-size: 32px; line-height: 2;
color: #fff;
}
.sy-container02 .wz-box a {
    display: inline-block;
    width: 82px;
    height: 36px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 34px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    box-sizing: border-box;
    opacity: .5;
}
.sy-container02 .wz-box a:hover{
    opacity: 1;
    background: #27499d;
    border:1px solid #27499d;
}
.sy-container02 .wz-box .sp-box{
    margin-top: 50px;
   /* max-height: 250px;*/
    max-width: 503px;
    position: relative;
}
.sy-container02 .wz-box .sp-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    cursor: pointer;
}
.sy-container02 .wz-box .sp-box video {
    
    width: 500px;
    height: 250px;
    background: #000;
}
/*.container-bg{
    background: url("../images/footer-bg.jpg")no-repeat center bottom;
}*/
.sy-container03{
    padding: 68px 0;
}
.sy-container03 .titbg{
    text-align: center;
    margin-bottom: 30px;
}
.sy-newsbox .left{
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.sy-newsbox .right {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.sy-newsbox .left .top-tu{
    width: 90%;
}
.sy-newsbox .left .bot-wz{
    position: relative;
    top: -22px;
}
.sy-newsbox .left .bot-wz .time {
    width: 136px;
    height: 150px;
    float: left;
    background: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
}
.sy-newsbox .left .bot-wz .time .day{
    font-size: 42px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 50px;
}
.sy-newsbox .left .bot-wz .time .nian {
    font-size: 12px;
    color: #666666;
}
.sy-newsbox .left .bot-wz  .detail{
    width: calc(100% - 136px);
    float: left;
    height: 205px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    top: -55px;
    right: 0;
}




.sy-newsbox .left .bot-wz  .detail h5 {
    font-size: 16px;
    /*font-weight: bold;*/
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
}
.sy-newsbox .left .bot-wz  .detail p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.sy-newsbox .left .bot-wz  .detail p.more {
    width: 70px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    float: right;
    margin-top: 20px;
}
.sy-newsbox .left .bot-wz:hover .detail h5{
     color: #27499d;
 }
.sy-newsbox .left .bot-wz:hover .detail p.more{
    background: #27499d;
    border: 1px solid #27499d;
    color: #ffffff;
}
.sy-newsbox .left .bot-wz:hover .detail a {
    width: 100%;
    height: 100%;
    display: block;
}
.sy-newsbox .right .sy-newslists{
    padding-left: 72px;
}
.sy-newsbox .right .sy-newslists ul li{
    padding: 20px 30px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}
.sy-newsbox .right .sy-newslists ul li:nth-last-of-type(1){
    border-bottom: none;
}
.sy-newsbox .right .sy-newslists ul li>a {
    display: block;
    width: 100%;
    height: 100%;
}
.sy-newsbox .right .sy-newslists ul li h5 {
    font-size: 16px;
    /*font-weight: bold;*/
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
}
.sy-newsbox .right .sy-newslists ul li p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.sy-newsbox .right .sy-newslists ul li p.time{
    margin-top: 15px;
}
.sy-newsbox .right .sy-newslists ul li p.time span.riqi{
    display: inline-block;
    text-align: left;
    font-size: 12px;
    line-height: 28px;
}
.sy-newsbox .right .sy-newslists ul li p.time span.more{
    width: 70px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    float: right;
    float: right;
}
.sy-newsbox .right .sy-newslists ul li:hover h5{
    color: #27499d;
}.sy-newsbox .right .sy-newslists ul li:hover p.time span.more{
     border: 1px solid #27499d;
     background: #27499d;
     color: #ffffff;
 }
.sy-container03 .newslist-more{
    display:block;
    width: 150px;
    height: 45px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 43px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
    margin: 30px auto 20px;
}
.sy-container03 .newslist-more:hover{
    border: 1px solid #27499d;
    background: #27499d;
    color: #ffffff;
    opacity: 1;
}
.footer{
    background: rgba(0,0,0,1);
}
.footer .footer-top{
    padding: 72px 0;
    border-bottom: 1px solid rgba(255,255,255, .2);
}
.footer-top .left{ width: 25%;float: left;}
.footer-top .left-rexian {
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 55px;
    background: url("../images/footer-phone.png")no-repeat left 20px center;
}.footer-top .left-rexian span {
     font-size: 14px;
     line-height: 24px;
    color: #ffffff;
 }
.footer-top .left-rexian p {
    font-size: 30px;
    line-height: 40px;
}
.footer-top .center-nav{
    color: #ffffff;
    float: left;
    margin-left: 5%;
    width: 56%;
}
.footer-top .center-nav dl {
    float: left;
    width: 16.6%;
}
/*.footer-top .center-nav dl:last-child dd:last-child{display: none;}*/
.footer-top .center-nav dl dt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}
.footer-top .center-nav dl dd a{
    font-size: 14px;
    line-height: 24px;
    color: #aaaaaa;
}
.footer-top .center-nav dl dd a:hover{
    color: #ffffff;
}
.footer-top .right-guanzhu {
    width: 100px;
    float: right;
    color: #ffffff;
    text-align: center;
}
.footer-top .right-guanzhu p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.footer-bot{
    height: 77px;
    line-height: 77px;
    color: #ffffff;
    font-size: 14px;
}
.footer-bot .left-Copyright{
    float: left;
}
.footer-bot .left-Copyright a{color:#fff;}
.footer-bot .right-zhichi{
    float: right;
    background: url(../images/addr.png) no-repeat left center;
    padding-left: 30px;
    background-size: 21px;
}
@media screen and (max-width: 1720px){
   .wrapper2{
        max-width: 1440px;
        width: 90%;
    }
    .sy-container01 .right-detail h3 {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1600px){
    .wrapper,.wrapper2,.wrapper3,.wrapper4{
       max-width: 1200px;
        width: 90%;
    }
    .protit-tu{font-size: 21px}
    .gqian02 .swiper-slide {
	    padding: 54px 10px;
	}
}
@media screen and (max-width: 1440px){
    .sy-newsbox .left .bot-wz{top: -23px}
    .header {
        height: 60px;
        line-height: 60px;
    }
    .header-nav {
        margin-left: -311px;
    }
    .header-nav>ul>li {
        padding: 0 24px;
    }
    .header-nav>ul>li>a {
        line-height: 62px;
        font-size: 16px;
    }
    .sy-arrbox .swiper-button-next, .sy-arrbox .swiper-button-prev {
        width: 42px;
        height: 42px;
        margin-top: 19px;
    }
    /*.sy-container01 .top-show .left-tit img{
        max-width: 300px;
    }*/
    .sy-container01 .top-show .right-cp {
        width: 60%;
       
    }
    .sy-container01 .right-detail h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sy-container01 .top-show .right-detail {
        padding-top: 39px;
    }
    .sy-container01 .pro-more {
        width: 68px;
        height: 28px;
        font-size: 12px;
        line-height: 26px;
        margin-top: 34px;
    }
    .sy-container01 .right-detail p {
        font-size: 14px;
    }
   /* .product-lists {
        margin-top: 40px;
    }*/
    .product-lists ul li {
        padding: 25px 10px;
    }
    .sy-container01 ul li .list-more {
        margin-top: 15px;
    }
    .sy-container01 {
        background-size: 200px;
    }
    .sy-container02 .wz-box h4 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    .sy-container02 .wz-box p {
        margin-bottom: 35px;
    }
    .sy-container02 .wz-box a {
        width: 68px;
        height: 28px;
        font-size: 12px;
        line-height: 26px;
    }
    .sy-container02 .wz-box .sp-box {
        margin-top: 65px;
        max-height: 250px;
        max-width: 503px;
    }
    .sy-container02 .wz-box {
        width: 1200px;
        margin-left: -600px;
        top: 8%;
    }
    .sy-container03 .titbg img{
        max-height: 100px;
    }
    .sy-newsbox .right .sy-newslists {
        padding-left: 45px;
    }
    .sy-newsbox .left .bot-wz .time {
        height: 120px;
        padding-top: 20px;
    }
    .sy-newsbox .left .bot-wz .detail {
         height: 175px;
         padding: 20px;
     }
    .sy-newsbox .right .sy-newslists ul li h5,.sy-newsbox .left .bot-wz .detail h5 {
        margin-bottom: 6px;
    }
    .sy-newsbox .right .sy-newslists ul li p.time{margin-top: 12px}
    .sy-newsbox .left .bot-wz .time .day {
        font-size: 36px;
        line-height: 40px;
    }
    .sy-newsbox .right .sy-newslists ul li{
        padding: 12px 30px;
    }
    .sy-newsbox .left .top-tu {
        width: 100%;
    }
    .sy-container03 .newslist-more{
        margin-bottom: 0;
        background: #ffffff;
        border: 1px solid #fff;
        color: #27499d;
    }
    .sy-container03 {
        padding: 56px 0;
    }
    .footer .footer-top {
        padding: 42px 0;
    }
    .footer-top .left-rexian p {
        font-size: 24px;
        line-height: 40px;
    }
    .footer-top .center-nav {
        margin-left: 3%;
        width: 58%;
    }
    .footer-bot {
        height: 60px;
        line-height: 60px;
        font-size: 12px;
    }
    .sy-container01 .right-detail p.tit{font-size: 16px;}

}

@media screen and (max-width: 1366px){
    .sy-newsbox .left .bot-wz{top: -24px}
}

@media screen and (max-width: 1200px){
    .sy-container02 .wz-box {
        width: 90%;
        margin-left: 0;
        top: 8%;
        left: 5%;
    }
    .sy-container02 .wz-box p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .sy-container02 .wz-box .sp-box{
        margin-top: 40px;
    }
    .sy-container01 {
        background-size: 170px;
    }
    .sy-newsbox .right .sy-newslists ul li p.time {
        margin-top: 8px;
    }
    .sy-newsbox .right .sy-newslists ul li p{
        font-size: 12px;
    }
    .sy-newsbox .right .sy-newslists ul li h5, .sy-newsbox .left .bot-wz .detail h5 {
        margin-bottom: 10px;
    }
    .sy-container03 .newslist-more {
        width: 124px;
        height: 36px;
        font-size: 12px;
        line-height: 34px;
    }
    .header .header-left{
        width: 17%;
    }
    .header-nav>ul>li{
        padding: 0 20px;
    }.header-nav {
         margin-left: -283px;
     }
    .sy-container02 .wz-box h4 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 18px;
    }
    .footer-top .center-nav dl dt {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1024px){
    /*.sy-container01 .top-show .left-tit img {
        max-width: 230px;
    }*/
    .sy-newsbox .left .bot-wz{top: -32px;}
    .sy-container01 .top-show .right-cp {
        width: 63%;
        margin-left: 2%;
    }
    .sy-container01 .right-detail h3{font-size: 16px}
    .sy-container02 .wz-box h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 14px;
    }
    .sy-container02 .wz-box p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .sy-container02 .wz-box .wz-size {
        width: 52%;
    }
    .sy-newsbox .left {
        width: 60%;
        float: left;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .sy-newsbox .right {
        width: 40%;
    }
    .sy-newsbox .right .sy-newslists {
        padding-left: 0;
    }
    .sy-container03 .titbg img {
        max-height: 80px;
    }
    .sy-container03 .titbg {
        margin-bottom: 20px;
    }
    .footer-top .left-rexian p {
        font-size: 20px;
        line-height: 35px;
    }
    .footer-top .center-nav dl dd a {
        font-size: 12px;
    }
    .footer-top .right-guanzhu p{
        font-size: 14px;
    }
    .footer-top .left-rexian p {
        font-size: 20px;
        line-height: 36px;
    }
    .sy-container03 .newslist-more {
        margin-top: 35px;
    }
    .footer .footer-top {
        padding: 32px 0;
    }
}
@media screen and (max-width: 1023px){
    .sy-container02 .wz-box2 p{font-size: 24px;}
    .phone{
        display: block;
    }
    .header {
        height: 70px;
        line-height: 70px;
        background: #1b2f4e;
        border-bottom: 2px solid #1b2f4e;
        position: fixed;
        top: 0;
        left: 0;
    }
    .sy-banner .header{
        position: fixed;
        top: 0;
        left: 0;
    }
    .header-nav {
        display: none;
        height: calc(100% - 72px);
        background: #1b2f4e;
        position: fixed;
        width: 100%;
        left: 0;
        margin: 0;
        top: 72px;
    }
    .header .header-left {
        float: none;
        margin: auto;
    }
    .header .san{
        position: absolute;
        left: 5%;
        top: 0;
    }
    .header-right .search{
        margin-right: 0;
    }
    .header-right {
        position: absolute;
        top: 0;
        right: 5%;
    }
    .header-right .language{
        display: none;
    }
    .header.sy-head{
        border-bottom: 2px solid rgba(255,255,255,.5);
    }
    .header-nav>ul>li {
        padding: 0;
        float: none;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .header-nav>ul>li>a {
        padding: 15px 5%;
        line-height: 24px;
    }
    .header-nav>ul>li>a:after {
        display: none;
    }
    .sy-banner .swiper-container {
         height: 100%;
         padding-top: 70px;
         box-sizing: border-box;
     }
    .header-right .list input {
        width: calc(100% - 30px);
    }
    .header-right .list {
        position: fixed;
        top: 70px;
        width: 100%;
    }
    .footer-top .center-nav{
        display: none;
    }
    .footer-top .left-rexian {
        width: 26%;
        margin-top: 45px;
    }
    .footer-top .right-guanzhu {
        float: left;
    }
    .footer-top .right-guanzhu p{
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 768px){
    .product-lists ul li {
        padding: 24px 10px;
        width: 100%;
    }
    .product-lists .right-detail{
        padding-top: 20px;
    }
    .sy-container01 {
        background-size: 120px;
    }
    .sy-container01 .top-show .right-cp {
        width: 73%;
    }
    .sy-container01 .top-show .left-tit {
        width: 25%;
    }
    .sy-container01 .top-show .left-tit img {
        max-width: 100%;
    }
    .sy-container01 .top-show .right-detail {
        padding-top: 12px;
    }
    .sy-container01 .pro-more {
        height: 32px;
        line-height: 30px;
        margin-top: 14px;
    }
    .sy-container02 .wz-box .sp-box {
        margin-top:20px;
        max-height: 200px;
        max-width: 300px;
    }.sy-container02 .wz-box .wz-size {
         width: 60%;
     }
    .sy-container02 .wz-box a {
        width: 106px;
        height: 32px;
        line-height: 30px;
    }
    .sy-newsbox .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .sy-newsbox .right{
        width: 100%;
    }
    .sy-newsbox .right .sy-newslists ul li {
        padding: 20px;
    }
    .footer-top .left-rexian {
        width: 35%;
    }
.sy-container02 .wz-box2 p{font-size:20px;}

}
@media screen and (max-width: 767px){
    .header .header-left {
        width: 30%;
    }
    .header {
        height: 60px;
        line-height: 60px;
    }
    .header .san{
        margin-top: 18px;
    }
    .sy-banner .swiper-container {
        padding-top: 62px;
    }
    .sy-arrbox .swiper-button-next, .sy-arrbox .swiper-button-prev{
        display: none;
    }
    .sy-container01{
        padding-top: 40px;
        background-size: 80px;
    }
    .sy-container01 .top-show .left-tit {
         width: 100%;
         text-align: center;
     }
    .sy-container01 .top-show .left-tit img {
        max-width: 150px;
    }
    .sy-container01 .top-show .right-cp {
        width: 100%;
        margin: 15px 0;
        padding-top: 0;
    }
    .sy-container01 .top-show .right-detail {
         padding-top: 10px;
     }
    .sy-container01 .right-detail h3 {
        font-size: 16px;
        margin-bottom: 9px;
    }
    .sy-container01 .right-detail p.tit {
         font-size: 14px;
        margin-bottom: 5px;
     }
    .sy-container01 .right-detail p {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .sy-container01 .pro-more span {
        margin-left: 3px;
    }
    .sy-container01 .pro-more {
        height: 30px;
        line-height: 28px;
    }
    .product-lists .right-detail {
        padding-top: 0px;
    }
    .sy-container02 .wz-box a {
        border: 1px solid #27499d;
        background: #27499d;
        color: #ffffff;
        opacity: 1;
    }
    .sy-container02 .wz-box {
        position: relative;
        margin-top: 20px;
        top: 0;
    }
    .sy-container02 .wz-box .wz-size {
        width: 100%;
    }
    .sy-container02 .wz-box h4,.sy-container02 .wz-box p{
        color: #333333;
    }
    .sy-container02 .wz-box .sp-box {
        max-width: 100%;
    }.sy-container03 {
         padding: 36px 0;
     }
    .sy-container03 .titbg img {
        max-height: 70px;
    }
    .sy-newsbox .left .bot-wz .time {
        width: 90px;
        height: 92px;
        padding-top: 15px;
    }
    .sy-newsbox .left .bot-wz .time .day {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .sy-newsbox .left .bot-wz .detail {
        width: calc(100% - 90px);
        top: -40px;
        height: 132px;
        padding: 12px;
    }
    .sy-newsbox .right .sy-newslists ul li h5, .sy-newsbox .left .bot-wz .detail h5 {
        margin-bottom: 6px;
        font-size: 14px;
    }
    .sy-newsbox .left .bot-wz .detail p{
        font-size: 12px;
    }
    .sy-newsbox .left .bot-wz .detail p.more {
        height: 28px;
        line-height: 26px;
        margin-top: 6px;
    }
    .sy-newsbox .right .sy-newslists ul li p.time span.more {
        height: 28px;
        line-height: 26px;
    }
    .sy-newsbox .left {
        margin-bottom: 20px;
    }
    .sy-container03 .newslist-more {
        margin-top: 22px;
    }
    .footer-top .left-rexian {
        width: 66%;
        background-size: 20px;
    }
    .footer-top .right-guanzhu {
        max-width: 34%;
    }
    .footer-top .left-rexian p{
        font-size: 18px;
    }
    .footer-bot {
        height: auto;
        padding: 10px 0;
    }
    .footer-top .left{width: 100%;}
    .footer-addr{margin-top: 0}
    .footer-top .left-rexian {
        width: 100%;
        background-size: 10px;
        line-height: 36px;
        margin-top: 0;
    }
    .footer-top .left-rexian span {
        font-size: 14px;
        line-height: 34px;
        color: #ffffff;
        float: left;
        margin-right: 10px;
    }
    .footer-top .left-rexian p {
        font-size: 14px;
    }
    .footer .footer-top {
        padding: 10px 0;
    }
    .footer-top .right-guanzhu{
        display: none;
    }
    .footer-bot .right-zhichi,.footer-bot .left-Copyright {
        width: 94%;
        line-height: 24px;
    }
    .footer-bot .right-zhichi{padding-left: 34px;background: url(../images/addr.png) no-repeat left 12px top 5px;background-size: 21px;}
    .header-nav {
        height: calc(100% - 62px);
        top: 62px;
    }
    .sy-banner img{min-height: 100%}
    .sy-banner {height: 100%;}
    .sy-banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{position: absolute;}
    .ny-banner{margin-top: 60px;height: 200px}
    .jishu02 li input{width: calc(100% - 70px)}
    .jishu02 li:nth-child(1){width: 100%;margin-right: 0}
    .jishu02 li:nth-child(2){width: 100%}
    .jishu02 li span{width: 70px;display: inline-block;}
    .sy-container02 .wz-box .sp-box video{width: 100%;height: 190px;}



}
@media screen and (max-width:480px){
.sy-container02 .wz-box2{width:90%; left: 5%;}
.sy-container02 .wz-box2 p{font-size:16px;}
}